projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54f81c2
)
* lread.c (oblookup): Fix comment to match code.
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 27 Jan 2014 05:29:30 +0000
(21:29 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 27 Jan 2014 05:29:30 +0000
(21:29 -0800)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index d6118d0a4e3d042b354b0bff9e6253bfdd522dfa..635862f265482c4225b366aeccfbf2270e5f25c9 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-3938,7
+3938,8
@@
OBARRAY defaults to the value of the variable `obarray'. */)
\f
/* Return the symbol in OBARRAY whose names matches the string
of SIZE characters (SIZE_BYTE bytes) at PTR.
- If there is no such symbol in OBARRAY, return nil.
+ If there is no such symbol, return the integer bucket number of
+ where the symbol would be if it were present.
Also store the bucket number in oblookup_last_bucket_number. */